@charset "utf-8";
body{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑","sans-serif";
	background: #fff;
	font-size: 16px;
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input,
select,
textarea{
	outline: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: "微软雅黑","sans-serif";
}
table{
  border-collapse: collapse;
}
img{
	border: 0;
	display: inline-block;
	max-width: 100%;
	width: auto;
	vertical-align: top;
}
ul,
li{
	list-style-type: none;
}
a{
	text-decoration: none;
	color: inherit;
}
a:hover{
	text-decoration: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.cl{
	clear: both;
}
.clear:after{
	content:"";
	display: block;
	clear:both;
}
.flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bigimg img{
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.bigimg:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.to1{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.to2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.content{
	width: 1200px;
	margin: 0 auto;
}
.phone{
	display: none;
}
.ov{
	overflow: hidden;
}
[v-cloak]{
	display: none;
}


/*首页*/
.header{
	width: 100%;
	height: 125px;
	padding: 20px 0;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 200;
}
.header.shadow{
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header_con{
	width: 1380px;
	margin: 0 auto;
}
.logo{
	float: left;
	width: 347px;
	height: 84px;
}
.logo img{
	width: 100%;
	height: 100%;
}
.nav{
	float: right;
	margin-top: 12px;
}
.nav li{
	float: left;
	width: 120px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	color: #333;
	position: relative;
}
.nav li:hover{
	background: linear-gradient(180deg, #2A3D94 2%, #019FE5 100%);
	color: #fff;
	font-weight: 800;
}
.nav li.on{
	background: linear-gradient(180deg, #2A3D94 2%, #019FE5 100%);
	color: #fff;
	font-weight: 800;
}
.nav li:hover .subnav{
	display: block;
}
.subnav{
	width: 100%;
	background: rgba(17, 17, 17, 0.7);
	position: absolute;
	top: 60px;
	left: 0;
	display: none;
}
.subnav li{
	float: none;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	position: relative;
}
.subnav a{
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.subnav li:hover{
	color: #019FE6;
	background: none;
	font-weight: normal;
}
.subnav li:hover .subnav02{
	display: block;
}
.subnav02{
	width: 100%;
	padding-left: 10px;
	position: absolute;
	top: 0;
	left: 100%;
	display: none;
}
.subnav02 ul{
	background: rgba(17, 17, 17, 0.7);
}
.menu,.nav01,.nav02,.nav03{
	display: none;
}

.bg{
	width: 100%;
	background: url(../images/ind_02.jpg) center top;
	background-size: cover;
	padding: 22px 0;
	margin-top: 125px;
	overflow: hidden;
}
.adv_pic{
	width: 100%;
	height: 98px;
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 22px;
}
.adv_pic img{
	width: 100%;
	height: 100%;
}
.p25{
	padding-bottom: 25px;
}
.scroll_pic{
	float: left;
	width: 659px;
	height: 370px;
	border-radius: 10px;
}
.scroll_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.scroll_pic .swiper-pagination{
	height: 36px;
	background: linear-gradient(90deg, rgba(38, 52, 175, 0.3) 0%, rgba(12, 77, 255, 0.6) 48%, rgba(38, 65, 175, 0.3) 99%);
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.scroll_pic .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	border-radius: 15px;
	opacity: 1;
	background: rgba(255, 255, 255, 0.4);
}
.scroll_pic .swiper-pagination-bullet-active{
	width: 24px;
	background: #fff;
}
.scroll_black{
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 1%, rgba(0, 0, 0, 0.8) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.scroll_text{
	width: 94%;
	height: 36px;
	line-height: 36px;
	color: #fff;
	font-size: 24px;
	font-weight: 800;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	left: 3%;
	bottom: 52px;
	z-index: 2;
}
.notice_box{
	float: right;
	width: 520px;
}
.notice_top{
	margin-bottom: 15px;
}
.notice_tl{
	float: left;
}
.notice_tit{
	float: left;
	min-width: 180px;
	height: 36px;
	line-height: 36px;
	background: linear-gradient(93deg, #0E9CCC -6%, #4FA4D9 87%);
	border-radius: 10px 0 0 10px;
	padding: 0 10px;
	color: #fff;
	font-size: 23px;
	font-weight: 500;
}
.notice_tit img{
	float: left;
	width: 20px;
	height: 20px;
	margin: 8px 10px 0 0;
}
.notice_tit span{
	font-size: 12px;
	padding-left: 2px;
	text-transform: uppercase;
}
.notice_tr{
	float: left;
	width: 34px;
	height: 36px;
	background: url(../images/ind_05.png) no-repeat;
	background-size: 100% 100%;
}
.notice_more{
	float: right;
	height: 36px;
	font-size: 14px;
	color: #fff;
	display: flex;
	align-items: center;
	position: relative;
}
.notice_more img{
	width: 8px;
	height: 13px;
	margin-left: 10px;
}
.notice_more a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.notice_bg{
	width: 100%;
	height: 318px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(108.73px);
	padding: 16px 28px 10px;
	overflow: hidden;
}
.notice_t{
	height: 82px;
	border-bottom: solid 1px rgba(255, 255, 255, 0.3);
	color: #fff;
	position: relative;
	margin-bottom: 10px;
}
.notice_tt{
	font-size: 24px;
	font-weight: 500;
	line-height: 34px;
	height: 68px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}
.notice_time{
	font-size: 14px;
	line-height: 34px;
	position: absolute;
	right: 0;
	bottom: 12px;
}
.notice{
	width: 100%;
}
.notice li{
	height: 34px;
	line-height: 34px;
	padding-left: 16px;
	color: #fff;
	font-size: 14px;
	position: relative;
}
.notice i{
	width: 8px;
	height: 8px;
	background: #5BFFB9;
	border-radius: 50%;
	position: absolute;
	top: 13px;
	left: 0;
}
.notice .text{
	float: left;
	width: 75%;
	height: 34px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.notice .time{
	float: right;
	width: 25%;
	text-align: right;
}

.ranking_top{
	width: 100%;
	margin-bottom: 24px;
}
.ranking_bg{
	width: 100%;
	background: rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(108.73px);
	border-radius: 10px;
	padding: 16px 36px;
	position: relative;
}
.ranking_bg .swiper-button-next,.ranking_bg .swiper-button-prev{
	transform: translateY(-50%);
}
.ranking_bg .swiper-button-next:after, .ranking_bg .swiper-button-prev:after{
	color: #fff;
	font-size: 24px;
}
.ranking_bg .swiper-button-next{
	right: 5px;
}
.ranking_bg .swiper-button-prev{
	left: 5px;
}
.ranking{
	width: 100%;
}
.ranking .swiper-slide{
	height: 410px;
	background: #fff;
	border-radius: 10px;
	padding: 12px 7px 4px;
}
.ranking_tit{
	width: 85%;
	height: 44px;
	line-height: 22px;
	font-size: 16px;
	color: #333;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin: 0 auto 5px;
}
.ranking_tit div{
	text-align: center;
}
.ranking_tt{
	height: 44px;
	line-height: 44px;
	padding: 0 10px;
	border-top: solid 1px #eaeaea;
	border-bottom: solid 1px #eaeaea;
	font-size: 14px;
	font-weight: 600;
}
.ranking_tt div{
	float: left;
	width: 31%;
	height: 44px;
	overflow: hidden;
}
.ranking_tt div:first-child{
	width: 38%;
}
.ranking_list{
	width: 100%;
}
.ranking_list li{
	height: 43px;
	line-height: 43px;
	font-size: 14px;
	color: #333;
	padding: 0 10px;
}
.ranking_list li div{
	float: left;
	width: 31%;
	height: 43px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ranking_list li div:first-child{
	width: 38%;
}
.ranking_list li:nth-child(even){
	border-radius: 10px;
	background: #F4F8FF;
}

.pad{
	padding: 30px 10px 60px;
}
.news_top{
	width: 100%;
	margin-bottom: 30px;
}
.news_type{
	float: left;
	width: 750px;
	margin: 5px 0 0 48px;
}
.news_type li{
	float: left;
	line-height: 30px;
	padding: 0 24px;
	color: #858585;
	font-weight: 600;
	font-size: 20px;
	cursor: pointer;
	margin-right: 15px;
}
.news_type li.on{
	background: #0654B0;
	border-radius: 30px;
	color: #fff;
	font-weight: 800;
}
.news_con{
	width: 100%;
	position: relative;
	margin-bottom: 32px;
}
.news_more{
	height: 36px;
	font-size: 14px;
	color: #999;
	display: flex;
	align-items: center;
	position: absolute;
	top: -66px;
	right: 0;
}
.news_more img{
	width: 8px;
	height: 13px;
	margin-left: 10px;
}
.news_more a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.news_left{
	float: left;
	width: 384px;
}
.news_pic{
	width: 100%;
	height: 216px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin-bottom: 12px;
}
.news_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.news_pic:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.news_picl{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 39px;
	height: 216px;
	background: linear-gradient(to right, rgba(40, 65, 152, 0.8) 0%, rgba(38, 93, 175, 0.0001) 83%);
}
.news_picr{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	width: 39px;
	height: 216px;
	background: linear-gradient(to left, rgba(40, 65, 152, 0.8) 0%, rgba(38, 93, 175, 0.0001) 83%);
}
.news_left .title{
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	font-weight: 500;
	color: #333;
}
.news_left .text{
	height: 40px;
	line-height: 20px;
	font-size: 12px;
	font-weight: 500;
	color: #666;
	margin-bottom: 5px;
}
.news_left .time{
	line-height: 20px;
	font-size: 12px;
	color: #666;
}
.news_right{
	float: right;
	width: 760px;
}
.news_right li{
	height: 58px;
	border-bottom: solid 1px #E4E4E4;
	padding: 0 10px 0 86px;
	margin-bottom: 8px;
	position: relative;
}
.news_right i{
	width: 2px;
	height: 15px;
	opacity: 1;
	background: #4EA2D9;
	display: block;
	position: absolute;
	left: 67px;
	top: 17px;
}
.news_date{
	width: 54px;
	height: 60px;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	text-align: center;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.news_date div{
	color: #333;
	line-height: 28px;
}
.news_right .title{
	color: #333;
	font-size: 14px;
	line-height: 28px;
	height: 28px;
}
.news_right .text{
	color: #666;
	font-size: 12px;
	line-height: 24px;
	height: 24px;
}
.news_right li:hover .news_date{
	color: #2354A9;
}
.news_right li:hover .news_date div{
	color: #2354A9;
}
.news_right li:hover .title{
	color: #2354A9;
}
.news_right li:hover .text{
	color: #2354A9;
}

.service_top{
	width: 100%;
	margin-bottom: 18px;
}
.service_more{
	float: right;
	height: 36px;
	font-size: 14px;
	color: #333;
	display: flex;
	align-items: center;
	position: relative;
}
.service_more img{
	width: 8px;
	height: 13px;
	margin-left: 10px;
}
.service_more a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.service{
	width: 100%;
	height: 400px;
	position: relative;
}
.service .swiper-slide{
	height: 310px;
	border-radius: 10px;
}
.service .swiper-slide:hover{
	box-shadow: 0px 10px 50px 0px rgba(0, 114, 209, 0.1);
}
.service_pic{
	width: 100%;
	height: 180px;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}
.service_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.service_pic:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.service_bai{
	width: 100%;
	height: 130px;
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 17px 17px 0;
}
.service_text{
	color: #333;
	font-size: 14px;
	line-height: 20px;
	height: 40px;
}
.service_date{
	color: #333;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	margin: 10px 0;
}
.service_txt{
	color: #666;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.service_di{
	width: 100%;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	bottom: 30px;
}
.service_di .swiper-button-prev,.service_di .swiper-button-next,.service_di .swiper-pagination{
	position: static;
}
.service_di .swiper-button-prev,.service_di .swiper-button-next{
	width: 36px;
	height: 36px;
	background: #fff;
	border: 1px solid #E6E9EC;
	border-radius: 50%;
}
.service_di .swiper-button-next:after, .service_di .swiper-button-prev:after{
	color: #666;
	font-size: 12px;
	font-weight: bold;
}
.service_di .swiper-pagination{
	width: auto;
	margin: 0 30px;
	display: flex;
	align-items: center;
}
.service_di .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	background: #184997;
	border-radius: 50%;
	opacity: 1;
	margin: 0 5px;
}
.service_di .swiper-pagination-bullet-active{
	width: 10px;
	height: 10px;
	border: solid 2px #184997;
	background: #fff;
	margin: 0 4px;
}

.master{
	width: 100%;
	padding-right: 592px;
	margin-bottom: 50px;
	position: relative;
}
.master li{
	float: left;
	width: 280px;
	height: 150px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	margin: 0 14px 16px 0;
}
.master img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.master li:nth-child(5){
	width: 592px;
	height: 316px;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
}
.master_icon{
	width: 40px;
	height: 40px;
	background: url(../images/ind_23.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}
.master_txt{
	width: 95%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	bottom: 0;
	left: 2.5%;
	z-index: 2;
}
.master li:nth-child(5) .master_icon{
	width: 80px;
	height: 80px;
}
.master_blue{
	width: 100%;
	height: 100%;
	background: rgba(2, 86, 255, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.master li:hover .master_blue{
	opacity: 1;
}
.video_bg{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 210;
	display: none;
}
.video-a2{
	position:absolute;
	width: 40px;
	height: 40px;
	background:url(../images/close.png) no-repeat;
	background-size:100% 100%;
	right: calc(50% - 1200px / 2 - 100px );
	cursor: pointer;
	top: calc(1200px/16*2);
	cursor: pointer;
}
.video-a3{
	width: 1200px;
	height: calc(1200px/16*9);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.video-a3 iframe,.video-a3 video{
	width: 100% !important;
	height: 100%;
	object-fit: cover;
}

.links_top{
	width: 100%;
	margin-bottom: 22px;
}
.links{
	width: 100%;
}
.links img{
	width: 100%;
}

.foot_bg{
	width: 100%;
	background: #1F2C45;
	padding: 40px 0 22px;
}
.foot_t{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 17px;
}
.f_logo{
	width: 102px;
	height: 102px;
	margin-right: 100px;
}
.f_logo img{
	width: 100%;
	height: 100%;
}
.code{
	width: 84px;
	text-align: center;
	line-height: 30px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
}
.code img{
	width: 100%;
	height: 84px;
}
.copyright{
	width: 100%;
	text-align: center;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
}
.m15{
	margin-bottom: 15px;
}


/* 关于协会 */
.banner{
	width: 100%;
	margin-top: 125px;
	position: relative;
	overflow: hidden;
}
.banner img{
	width: 100%;
	height: 230px;
	object-fit: cover;
}
.bnbg{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.bncon{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 2;
}
.bn_txt{
	float: left;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 26px;
}
.bn_txt h1{
	font-size: 40px;
	line-height: 54px;
	font-weight: normal;
	margin-bottom: 10px;
}
.int_title{
	width: 100%;
	text-align: center;
	line-height: 38px;
	font-size: 30px;
	font-weight: bold;
	color: #184997;
}
.int_m{
	margin: 38px 0 20px;
}
.int_bg{
	width: 100%;
	background: #F5F7FC;
	padding: 18px 0 65px;
}
.int_con{
	width: 1030px;
	margin: 0 auto;
}
.int_pic{
	float: left;
	width: 232px;
}
.int_pic img{
	width: 100%;
}
.int_txt{
	float: right;
	width: 750px;
	line-height: 34px;
	font-size: 18px;
	color: #666;
	text-align: justify;
	margin-top: 66px;
}
.group_m{
	margin: 26px 0 22px;
}
.group_bg{
	width: 100%;
	background: url(../images/about_03.jpg) repeat-y center top;
	background-size: 100%;
	padding: 38px 0 55px;
	position: relative;
}
.group_img{
	width: 147px;
	height: 110px;
	background: url(../images/about_04.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 175px;
	bottom: 65px;
}
.group_txt{
	width: 1035px;
	font-size: 18px;
	line-height: 40px;
	color: #666;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}


/* 官方公告 */
.ann_bg{
	width: 100%;
	background: #F5F7FC;
	padding: 30px 0;
}
.ann_type{
	float: left;
	width: 285px;
}
.ann_type li{
	line-height: 58px;
	background: #fff;
	border-radius: 10px;
	font-size: 18px;
	color: #333;
	font-weight: 500;
	margin-bottom: 22px;
}
.ann_type a{
	display: block;
	height: 58px;
	padding: 0 55px 0 28px;
	position: relative;
}
.ann_type i{
	width: 14px;
	height: 14px;
	background: url(../images/ann_02.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
	opacity: 0;
}
.ann_type li:hover{
	color: #fff;
	background: linear-gradient(180deg, #2A3D94 3%, #019FE5 100%);
}
.ann_type li:hover i{
	opacity: 1;
}
.ann_type li.on{
	color: #fff;
	background: linear-gradient(180deg, #2A3D94 3%, #019FE5 100%);
}
.ann_type li.on i{
	opacity: 1;
}
.ann_right{
	float: right;
	width: 861px;
}
.path{
	width: 100%;
	line-height: 26px;
	padding-left: 30px;
	font-size: 14px;
	color: #666;
	margin-bottom: 22px;
}
.ann_list{
	width: 100%;
}
.ann_list li{
	min-height: 106px;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 22px;
}
.ann_list a{
	display: block;
	padding: 26px 32px;
}
.ann_tit{
	width: 100%;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	font-weight: 500;
	color: #0D263B;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ann_time{
	color: #666;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.zhidu_list{
	width: 100%;
}
.zhidu_list li{
	min-height: 180px;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 22px;
}
.zhidu_list a{
	display: block;
	padding: 11px 32px 24px;
}
.zhidu_tit{
	width: 100%;
	height: 56px;
	line-height: 56px;
	font-size: 16px;
	font-weight: 500;
	color: #0D263B;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: solid 1px #E6E9EC;
}
.zhidu_txt{
	color: #696969;
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin: 18px 0 10px;
}
.page{
	width: 100%;
	padding-top: 14px;
	text-align: center;
	color: #333;
}
.page a{
	/* width: 40px; */
	height: 40px;
	display:inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 10px;
	cursor: pointer;
}
.page img{
	width: 12px;
	height: 10px;
}
/* .page span a:hover{
	color: #fff;
	background: #184997;
	border-radius: 50%;
}
.page span a.on{
	color: #fff;
	background: #184997;
	border-radius: 50%;
} */
.page input{
	width: 70px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #333;
	margin-left: 5px;
}



/* 赛事资讯 */
.news_l{
	float: left;
	width: 285px;
}
.news_l li{
	line-height: 58px;
	background: #fff;
	border-radius: 10px;
	color: #333;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 22px;
	overflow: hidden;
}
.news_l a{
	display: block;
	height: 58px;
	padding: 0 55px 0 28px;
}
.news_l li a:hover{
	color: #fff;
	background: linear-gradient(180deg, #2A3D94 3%, #019FE5 100%);
}
.news_l li.on a{
	color: #fff;
	background: linear-gradient(180deg, #2A3D94 3%, #019FE5 100%);
}
.news_lt{
	height: 58px;
	padding: 0 55px 0 28px;
	position: relative;
	cursor: pointer;
}
.news_lt i{
	width: 14px;
	height: 14px;
	background: url(../images/news_02.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
}
.news_l li.on .news_lt i{
	background: url(../images/news_03.png) no-repeat;
	background-size: 100% 100%;
}
.news_l li.on .subnews{
	display: block;
}
.news_l li.on .subnews a{
	background: none;
}
.subnews{
	width: 100%;
	display: none;
}
.subnews li{
	height: 58px;
	margin-bottom: 0;
}
.subnews li a{
	color: #333 !important;
	padding: 0 55px 0 46px;
}
.subnews li.active a{
	color: #fff !important;
	background: linear-gradient(180deg, #2A3D94 3%, #019FE5 100%) !important;
}
.news{
	width: 100%;
}
.news li{
	height: 180px;
	border-radius: 10px;
	background: #fff;
	padding: 20px;
	margin-bottom: 22px;
}
.news_img{
	float: left;
	width: 248px;
	height: 140px;
	overflow: hidden;
}
.news_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.news_img:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.news_r{
	float: right;
	width: 550px;
}
.news_r .title{
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	font-weight: 500;
	color: #0D263B;
}
.news_r .line{
	width: 100%;
	height: 1px;
	background: #E6E9EC;
	margin: 10px 0 15px;
}
.news_r .text{
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	color: #696969;
	margin-bottom: 12px;
}
.news_r .time{
	color: #666;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}

.show_bg{
	width: 100%;
	min-height: 560px;
	background: #fff;
	border-radius: 10px;
	padding: 40px 52px 32px;
}
.show_tit{
	width: 100%;
	text-align: center;
	line-height: 30px;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 12px;
}
.show_time{
	width: 100%;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	color: #666;
}
.show_line{
	width: 100%;
	height: 1px;
	background: #E6E9EC;
	margin: 14px 0 24px;
}
.show_txt{
	font-size: 16px;
	color: #333;
	line-height: 32px;
	text-align: justify;
}
.fanye_box{
	width: 100%;
	padding-top: 30px;
}
.fanye{
	color: #333;
	font-size: 14px;
	line-height: 22px;
	margin-top: 14px;
}
.fanye a:hover{
	text-decoration: underline;
}

.picture{
	width: 100%;
}
.picture ul{
	margin-right: -31px;
}
.picture li{
	float: left;
	width: 266px;
	height: 264px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 31px 22px 0;
}
.picture_img{
	width: 100%;
	height: 185px;
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
}
.picture_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.picture_txt{
	width: 90%;
	line-height: 24px;
	height: 48px;
	font-size: 16px;
	color: #0D263B;
	margin: 0 auto;
}
.picture_big .picture_img img{
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.picture_big .picture_img:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.pic_box{
	min-height: 560px;
	padding: 30px 0 18px;
}
.pic_box .path{
	padding-left: 0;
}
.pic_list{
	width: 100%;
}
.pic_list ul{
	margin-right: -13px;
}
.pic_list li{
	float: left;
	width: 391px;
	height: 272px;
	overflow: hidden;
	cursor: pointer;
	margin: 0 13px 13px 0;
}
.pic_list li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.pic_list li:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.img_modal{
	position: fixed;
	width: 100%;
	height: 100% !important;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	z-index: 205;
	display: none;
}
.img_modal_box{
	width: 100%;
	height: 100vh;
	position: relative;
}
.img_modal_show{
	display: block;
}
.img_modal .img_modal_img{
	width: 100%;
	height: 100vh;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.img_modal .img_modal_img img{
	width: auto;
	height: 100%;
}
.img_modal_header{
	display: flex;
	justify-content: flex-end;
	position: absolute;
	top: 20px;
	right: 20px;
}
.img_modal_header img{
	width: 50px;
	height: 50px;
	cursor: pointer;
}
#prevBtn,#nextBtn{
	width: 46px;
	height: 46px;
	background: rgba(49, 49, 49, 0.5);
	border: none;
	border-radius: 50%;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	font-family: 宋体;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
#prevBtn{
	left: 26px;
}
#nextBtn{
	right: 26px;
}
.img_counter{
	width: 200px;
	height: 40px;
	background: rgba(49, 49, 49, 0.5);
	border-radius: 10px;
	color: #fff;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
	z-index: 3;
}

.picvideo_bg{
	width: 100%;
	height: 100%;
	background: #1DA3FA;
	opacity: 0.3;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.picvideo_icon{
	width: 44px;
	height: 44px;
	background: url(../images/news_12.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}
.videoshow{
	width: 100%;
	min-height: 700px;
	text-align: center;
}
.videoshow video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.videoshow iframe{
	margin: 0 auto;
}


/* 赛事服务 */
.grey{
	width: 100%;
	min-height: 560px;
	padding: 30px 0 35px;
	background: #f6f7fc;
}
.grey .path{
	padding-left: 0;
}
.ser{
	width: 100%;
}
.ser ul{
	margin-right: -45px;
}
.ser li{
	float: left;
	width: 370px;
	height: 394px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 45px 42px 0;
}
.ser_pic{
	width: 100%;
	height: 236px;
	overflow: hidden;
	margin-bottom: 20px;
}
.ser_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.ser_pic:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.ser_con{
	width: 90%;
	margin: 0 auto;
}
.ser_text{
	color: #333;
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	height: 52px;
}
.ser_date{
	color: #333;
	font-size: 14px;
	line-height: 26px;
	height: 26px;
	margin: 8px 0;
}
.ser_txt{
	color: #666;
	font-size: 14px;
	line-height: 26px;
	height: 26px;
}


.sershow_bg{
	width: 100%;
	background: url(../images/ser_03.jpg) repeat-x left top;
	border-radius: 10px;
	padding: 45px 64px 10px;
}
.sershow_pic{
	width: 380px;
	height: 194px;
	border-radius: 10px 10px 0 0;
	margin: 0 auto 32px;
	overflow: hidden;
}
.sershow_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sershow_tit{
	width: 100%;
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
}
.sershow_time{
	width: 100%;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
}
.sershow_time div{
	display: inline-block;
}
.sershow_time div:nth-child(1){
	margin-right: 34px;
}
.sershow_con{
	width: 100%;
	background: #fff;
	border-radius: 10px;
	padding: 35px 100px 54px;
	min-height: 560px;
	line-height: 32px;
	font-size: 16px;
	color: #333;
}


/* 联系我们 */
.con_box{
	padding: 30px 0;
}
.con_box .path{
	padding-left: 0;
}
.con_list{
	width: 1300px;
	padding-left: 80px;
	margin: 0 auto;
}
.con_list li{
	float: left;
	width: 210px;
	padding: 0 10px 0 80px;
	position: relative;
	line-height: 26px;
	color: #696969;
	font-size: 16px;
}
.con_list li:nth-child(1){
	width: 250px;
	padding-right: 40px;
}
.con_list li:nth-child(5){
	width: auto;
	padding-right: 0;
}
.con_list img{
	width: 64px;
	height: 64px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}
.con_list h1{
	font-size: 18px;
	line-height: 22px;
	color: #0D263B;
	font-weight: normal;
	margin-bottom: 10px;
}
.map{
	width: 100%;
	/* height: 550px; */
	overflow: hidden;
}
.map img{
	width: 100%;
}
.map_txt{
	padding: 10px;
	font-size: 14px;
}
.map_txt h3{
	color: #dc6547;
	font-size: 18px;
	margin-bottom: 5px;
}


/* 积分榜 */
.jifen_type{
	float: left;
	width: 285px;
}
.jifen_type li{
	min-height: 58px;
	line-height: 26px;
	background: #fff;
	border-radius: 10px;
	font-size: 18px;
	color: #333;
	font-weight: 500;
	margin-bottom: 22px;
}
.jifen_type a{
	display: block;
	min-height: 58px;
	padding: 12px 28px;
	position: relative;
	display: flex;
	align-items: center;
}
.jifen_type li:hover{
	color: #fff;
	background: linear-gradient(180deg, #2A3D94 3%, #019FE5 100%);
}
.jifen_type li.on{
	color: #fff;
	background: linear-gradient(180deg, #2A3D94 3%, #019FE5 100%);
}
.jifen_bg{
	width: 100%;
	min-height: 600px;
	background: url(../images/ji_02.png) no-repeat #f7f6fb;
	background-size: 100%;
	border-radius: 10px;
	padding: 28px 30px 14px;
	overflow: hidden;
	margin-bottom: 4px;
}
.jf_time{
	width: 100%;
	text-align: center;
	line-height: 24px;
	color: #fff;
	font-size: 14px;
	margin-bottom: 25px;
}
.jf_top{
	padding: 0 0 17px 30px;
}
.ji_tt_txt{
	float: left;
	font-size: 14px;
	color: #fff;
	line-height: 36px;
	margin-right: 16px;
}
.ji_bianma{
	float: left;
	width: 182px;
	height: 36px;
	line-height: 34px;
	border-radius: 6px;
	background: #fff;
	border: solid 1px #1DA3FA;
	font-size: 14px;
	color: #999;
	padding-left: 16px;
	margin-right: 25px;
}
.ji_bianma::placeholder{
	color: #999;
}
.btn_ss{
	float: left;
	width: 101px;
	height: 36px;
	border-radius: 6px;
	background: #185DFF;
	border: none;
	font-size: 16px;
	color: #fff;
	margin-right: 17px;
	cursor: pointer;
}
.btn_cz{
	float: left;
	width: 101px;
	height: 36px;
	border-radius: 6px;
	background: #238FD4;
	border: none;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}
.ji_con{
	width: 100%;
	background: #fff;
	border-radius: 10px;
	padding: 4px 25px 14px 28px;
}
.ji_table{
	width: 100%;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	color: #333;
}
.ji_table thead{
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.ji_table th{
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	color: #1DA3FA;
	padding: 8px 0;
}
.ji_table td{
	padding: 10px 0;
}
.ji_table tbody tr:nth-child(even){
	background: #f4f9ff;
	border-radius: 10px;
}
.j01{
	width: 52px;
}
.j02{
	width: 188px;
}
.j03{
	width: 124px;
	padding: 10px 54px 10px 0 !important;
}
.j04{
	width: 94px;
}
.j05{
	width: 148px;
}
.ji_01{
	width: 44px;
}
.ji_02{
	width: 122px;
}
.ji_03{
	width: 80px;
}
.ji_04{
	width: 150px;
}
.ji_05{
	width: 160px;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	padding: 0 !important;
}
.ji_06{
	width: 80px;
	padding: 0 !important;
}
.ji_07{
	width: 152px;
	padding-left: 20px !important;
}


[v-cloak]{ display: none !important; }